SftTree/OCX 7.0

SftTreeCell.SelectBackColorEnd Property

Softel vdm, Inc.

Defines the cell's background color when the item is selected, combined with SelectBackColor creating a gradient fill.

Syntax       

 

Get

VB.NET

Clr = object.SelectBackColorEnd  As UIntegerLanguage-specific information

VB

Clr = object.SelectBackColorEnd  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.SelectBackColorEnd;

VC++

OLE_COLOR Clr = object->SelectBackColorEnd;
OLE_COLOR Clr = object->GetSelectBackColorEnd();

C

HRESULT object->get_SelectBackColorEnd(OLE_COLOR* Clr);

Delphi

Clr := object.SelectBackColorEnd  : Cardinal;

Put

VB.NET

object.SelectBackColorEnd = Clr  As UIntegerLanguage-specific information

VB

object.SelectBackColorEnd = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.SelectBackColorEnd = Clr;

VC++

OLE_COLOR object->SelectBackColorEnd = Clr;
void object->PutSelectBackColorEnd(OLE_COLOR Clr);

C

HRESULT object->put_SelectBackColorEnd(OLE_COLOR Clr);

Delphi

object.SelectBackColorEnd := Clr  : Cardinal;

object

A SftTreeCell object.

Clr

Defines the cell's background color when the item is selected, combined with SelectBackColor creating a gradient fill. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The SelectBackColorEnd property defines the cell's background color when the item is selected, combined with SelectBackColor creating a gradient fill.

The Cell.SelectBackColor property can be used to define the cell's background color, combined with SelectBackColorEnd creating a gradient fill. The orientation of the gradient fill can be defined using the Cell.BackColorOrientation property. If Cell.SelectBackColor is not defined, SelectBackColorEnd is ignored and has no effect.

See Also  SftTreeCell Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com